home *** CD-ROM | disk | FTP | other *** search
- Path: rep00687.reshall.umich.edu!not-for-mail
- From: tkludy@rep00687.reshall.umich.edu (Tom Kludy)
- Newsgroups: comp.lang.c
- Subject: Regular Expression Parser
- Date: 1 Apr 1996 22:36:18 GMT
- Organization: University of Michigan
- Message-ID: <4jplp2$9io@srvr1.engin.umich.edu>
- NNTP-Posting-Host: rep00687.reshall.umich.edu
- X-Newsreader: TIN [UNIX 1.3 BETA-950824-color PL0]
-
- I am a reasonably proficient C programmer. Recently, I learned Perl for
- my job. I am very disappointed with Perl's speed (due to it's being an
- interpreted language) and therefore have returned to C.
-
- However, Perl has many functions that greatly simplify programming, and I
- have decided to rewrite most of these functions in C. There is one very
- important thing that I need, though - a regular expression parser.
-
- Is there one already written (with source available)? If not, I'll start
- on the task of writing one myself, or trying to hack it directly from the
- perl source (ugh).
-
- Any help would be appreciated; thanks in advance.
-
- - Tom
-
- ---
- This work may not be distributed, in whole or in part, through the Microsoft
- Network. Microsoft may purchase a license to distribute this work for only
- $999.95. Any violations of this license agreement should be immediately
- reported to tkludy@engin.umich.edu and postmaster@microsoft.com.
-